Java servlet - meaning and definition. What is Java servlet
Diclib.com
Online Dictionary

What (who) is Java servlet - definition

JAKARTA EE PROGRAMMING LANGUAGE CLASS
Servlet; Servlets; Java servlets; Java Servlet API; JSR 154; Szervlet; The Java Servlet API; The Java Servlet; Java Servlets; Libservlet; Java Servlet; Javax.servlet; Java servlet; Jakarta servlet
  • JSP]] file

Java servlet         
<World-Wide Web> (By analogy with "applet") A Java program that runs as part of a network service, typically an {HTTP server} and responds to requests from clients. The most common use for a servlet is to extend a web server by generating web content dynamically. For example, a client may need information from a database; a servlet can be written that receives the request, gets and processes the data as needed by the client and then returns the result to the client. Applets are also written in Java but run inside the JVM of a HTML browser on the client. Servlets and applets allow the server and client to be extended in a modular way by dynamically loading code which communicates with the main program via a standard programming interface. Servlets are more flexible than CGI scripts and, being written in Java, more portable. The spelling "servelet" is occasionally seen but JavaSoft spell it "servlet". There is no such thing as a "serverlet". servlet/">http://java.sun.com/products/servlet/. (2002-10-06)
servlet         
Java         
  • Alas Purwo]], eastern edge of Java
  • The 9th century [[Borobudur]] Buddhist [[stupa]] in Central Java
  • [[Parahyangan]] highland near [[Buitenzorg]], {{circa}} 1865–1872
  • Dutch colonial period]], in or before 1926
  • [[Cangkuang]] Hindu temple, a shrine for [[Shiva]], dated from the 8th century, the [[Galuh Kingdom]]
  • [[Betawi mask dance]] (''Tari Topeng Betawi'')
  • [[Jakarta]], the capital of [[Indonesia]]
  • Ujung Kulon]]; it is the world's rarest rhino.
  • Java transport network
  • 450px
  • Betawi]], the local dialect as one of Malay creole dialect.
  • rice fields]] near [[Salatiga]], in [[Central Java]]
  • "Welcome!" statue]] in [[Central Jakarta]]
  • [[Mount Bromo]] in [[East Java]]
  • Shinta]] in [[Ramayana]] ballet at [[Prambanan]], Java
  • [[SambaSunda]] music performance, featuring traditional [[Sundanese music]] instruments
  • [[Mount Sumbing]] surrounded by rice fields. Java's volcanic topography and rich agricultural lands are the fundamental factors in its history.
  • Japanese prepare to discuss surrender terms with British-allied forces in Java, 1945.
  • British Occupation of Java; men of the Bengal Sappers and Miners burn houses in the village of Bekasi as a reprisal for the murder of five members of the Royal Air Force and twenty Maharatta riflemen whose Dakota transport aircraft crash-landed near the village.
ISLAND OF INDONESIA, SOUTHEAST ASIA
Java, Indonesia; Java Island; Djawa; Jawa Dwipa; Java (island); ID-JW; Java island; Jawa (Indonesia); Jawa (island); Jawa, Indonesia; Java-Indonesia; Island of Java; ꦗꦮ; Java (Indonesia); She-po; Shepo; Yawadwipa; Yavadwipa; Yavadvipa; Geography of Java
Java is a computer programming language. It is used especially in creating websites. (TRADEMARK)
N-UNCOUNT

Wikipedia

Jakarta Servlet

A Jakarta Servlet (formerly Java Servlet) is a Java software component that extends the capabilities of a server. Although servlets can respond to many types of requests, they most commonly implement web containers for hosting web applications on web servers and thus qualify as a server-side servlet web API. Such web servlets are the Java counterpart to other dynamic web content technologies such as PHP and ASP.NET.